home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / wpmmain.dfm / wpmmain.txt
Encoding:
Text File  |  1998-02-09  |  1.7 KB  |  89 lines

  1. object Form1: TForm1
  2.   Left = 196
  3.   Top = 118
  4.   ActiveControl = RichEdit1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Words Per Minute'
  8.   ClientHeight = 344
  9.   ClientWidth = 476
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Default'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 280
  20.     Width = 248
  21.     Height = 24
  22.     Caption = 'Start typing to begin test'
  23.     Font.Color = clBlack
  24.     Font.Height = -21
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 16
  32.     Width = 129
  33.     Height = 24
  34.     Font.Color = clBlack
  35.     Font.Height = -21
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.   end
  40.   object RichEdit1: TRichEdit
  41.     Left = 16
  42.     Top = 56
  43.     Width = 441
  44.     Height = 209
  45.     Font.Color = clBlack
  46.     Font.Height = -16
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     ScrollBars = ssVertical
  51.     TabOrder = 0
  52.     OnKeyDown = StartTimer
  53.   end
  54.   object ProgressBar1: TProgressBar
  55.     Left = 16
  56.     Top = 312
  57.     Width = 441
  58.     Height = 13
  59.     Min = 0
  60.     Max = 60
  61.     Step = 1
  62.     TabOrder = 3
  63.   end
  64.   object Button1: TButton
  65.     Left = 304
  66.     Top = 16
  67.     Width = 75
  68.     Height = 25
  69.     Caption = '&Reset'
  70.     TabOrder = 1
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 384
  75.     Top = 16
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Exit'
  79.     TabOrder = 2
  80.     OnClick = Button2Click
  81.   end
  82.   object Timer1: TTimer
  83.     Enabled = False
  84.     OnTimer = IncrementBar
  85.     Left = 272
  86.     Top = 16
  87.   end
  88. end
  89.